Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delivery status indication for messages #167

Merged

Conversation

wneessen
Copy link
Owner

This update introduces a new property, isDelivered, in the message struct to track if a message has been successfully sent or not. Additionally, this also includes a new helper function IsDelivered to easily retrieve the status. This feature enhances the tracking capabilities of outgoing messages across different client files.

This PR will address #166

This update introduces a new property, `isDelivered`, in the message struct to track if a message has been successfully sent or not. Additionally, this also includes a new helper function `IsDelivered` to easily retrieve the status. This feature enhances the tracking capabilities of outgoing messages across different client files.
@wneessen wneessen linked an issue Jan 23, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e4927fd) 80.81% compared to head (6746af4) 80.99%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #167      +/-   ##
==========================================
+ Coverage   80.81%   80.99%   +0.18%     
==========================================
  Files          24       24              
  Lines        2074     2078       +4     
==========================================
+ Hits         1676     1683       +7     
+ Misses        283      281       -2     
+ Partials      115      114       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit adds checks in the testing functions to verify the successful implementation of message delivery status. A new attribute `isDelivered` is now being validated in our tests, reinforcing the message tracking system and enhancing the overall reliability of our application.
@wneessen wneessen merged commit 99dd296 into main Jan 23, 2024
25 of 26 checks passed
@wneessen wneessen deleted the feature/166_no-easy-way-to-determine-if-e-mail-was-send branch February 8, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No easy way to determine if e-mail was send
2 participants